Add GtkGizmo
authorTimm Bäder <mail@baedert.org>
Thu, 6 Apr 2017 17:17:29 +0000 (19:17 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 25 Apr 2017 18:29:02 +0000 (20:29 +0200)
commit2be675b538e1229ccd2d2771130a3bfe60deda6d
treeac61a957de0ce91f01145a03d23fd5ca1d076b7f
parentae1a606c8b959acc6f03240757293b4802b6d638
Add GtkGizmo

GtkGizmo is the easiest possible widget to implement. It does nothing
except give its creator a way to control measure/size-allocate/snapshot,
so it can be used in a variety of use cases.
gtk/Makefile.am
gtk/gtkgizmo.c [new file with mode: 0644]
gtk/gtkgizmoprivate.h [new file with mode: 0644]